Operation id | NuxeoDrive.UpdateFile |
Category | Services |
Label | Nuxeo Drive: Update file |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "NuxeoDrive.UpdateFile",
"label" : "Nuxeo Drive: Update file",
"category" : "Services",
"requires" : null,
"description" : null,
"url" : "NuxeoDrive.UpdateFile",
"signature" : [ "blob", "blob" ],
"params" : [ {
"name" : "id",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "parentId",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}